Click or drag to resize

TaskOwnership Enumeration

Indicates the ownership state of the task.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum TaskOwnership
Members
  Member nameValueDescription
New0 Specifies that task has not yet been assigned to a user.
Delegated1 Specifies that task has been delegated to another user.
Own2 Specifies that task is assigned to the current user.
None3 None.
See Also